home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / 3DTOSHI2.ZIP / mpgfx / include / gfxwinsd.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-03-23  |  373 b   |  20 lines

  1.  
  2. // gfxwinsd.h
  3. //
  4. // Copyright (c) 1996 by Toshiaki Tsuji, all rights reserved.
  5.  
  6. #ifndef __GFXWINSND_H__
  7. #define __GFXWINSND_H__
  8.  
  9. #include "stdgfx.h"
  10. #include "gfxsddrv.h"
  11.  
  12. class WINSOUNDDRIVER : public SOUNDDRIVER
  13.   {
  14.          public :
  15.                 WINSOUNDDRIVER ();
  16.                 virtual ~WINSOUNDDRIVER ();
  17.   }; // End of WINSOUNDDRIVER
  18.  
  19. #endif
  20.